Fix bug #10035 with assertion violation in row_equal_p.
authorEli Zaretskii <eliz@gnu.org>
Mon, 14 Nov 2011 20:15:38 +0000 (22:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 14 Nov 2011 20:15:38 +0000 (22:15 +0200)
commitf32a8790555374d231a555ba940c81f9b7e06c52
tree003d806942a7f8cad7204d65f421e1a7e33bfb59
parent5ba226ff046952e1b4450fa61e525b715464d9bc
Fix bug #10035 with assertion violation in row_equal_p.

 src/xdisp.c (display_line): Move the call to
 highlight_trailing_whitespace before the call to
 compute_line_metrics, since the latter needs to see the final
 faces of all the glyphs to compute ROW's hash value.  Fixes
 assertion violations in row_equal_p.
src/ChangeLog
src/xdisp.c